object AbortDlg: TAbortDlg Left = 364 Top = 178 BorderStyle = bsSingle Caption = 'Printing' ClientHeight = 80 ClientWidth = 138 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 76 Height = 13 Caption = 'Printing page' end object PageNum: TLabel Left = 96 Top = 16 Width = 8 Height = 13 Caption = '1' end object CancelBtn: TBitBtn Left = 8 Top = 44 Width = 121 Height = 27 Cancel = True Caption = 'Abort Printing' ModalResult = 2 TabOrder = 0 OnClick = CancelBtnClick Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end end